home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3082 / 3082.xpi / chrome / skin / tabbar.css < prev    next >
Cascading Style Sheet File  |  2009-06-06  |  1KB  |  26 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tabs {-moz-binding:url("chrome://undoclosedtabsbutton/content/tabbarOverlay.xml#tabbrowser-tabs") !important;}
  3.  
  4. /* Stlye the UCTB tab bar button */
  5.  
  6. .uctb-tab-button {
  7.    list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-passive.png");
  8.    margin-right: 3px;
  9. }
  10.  
  11. .uctb-tab-button:hover {list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-active.png");}
  12. .uctb-tab-button[disabled="true"] {list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-disabled.png");}
  13. .uctb-tab-button[disabled="true"]:hover {list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-disabled.png");}
  14.  
  15. .uctb-tab-button .toolbarbutton-icon {
  16.    padding-left: 3px;
  17.    margin-left: -1px;
  18.    margin-right: 2px;
  19. }
  20.  
  21. /* Give the tab overflow left side arrow button a border */
  22.  
  23. .tabbrowser-arrowscrollbox > .scrollbutton-up {
  24.    border-left: 1px ThreeDShadow solid !important;
  25.    -moz-border-radius-topleft: 2px !important;
  26. }